home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-06-22 | 824 b | 23 lines | [TEXT/KAHL] |
- This is cperf, which is C translation of a C++ program called gperf written by
- Doug Schmidt at UC Irvine. I reworked it just a little bit in order to get it to
- compile under Think C and MPW C. The source for both is the same, and there is a
- Think C project and MPW make file included herein. RTFM for further details. Perfect
- hash functions are great, and are much better than anything else for certain kinds
- of lookups (static keyword searches).
-
- There may be a future release that writes the data as a resource rather than a
- code file. Also, I just got Resorcerer and am thinking of making a FLTR that creates
- perfect hash tables directly from a list. Anyway, have fun
-
-
- Brian Fitzgerald
- HAL Labs
- 6/21/91
-
- AppleLink: D0366
- GEnie: HAL Labs
- CompuServe: 72250,3226
- AOL: BFitz
- BIX: bfitz
-
-